const runtime.hicb
7 uses
runtime (current package)
utf8.go#L39: hicb = 0xBF // 1011 1111
utf8.go#L72: if len(s) > 1 && (locb <= s[1] && s[1] <= hicb) {
utf8.go#L81: if len(s) > 2 && (locb <= s[1] && s[1] <= hicb) && (locb <= s[2] && s[2] <= hicb) {
utf8.go#L90: if len(s) > 3 && (locb <= s[1] && s[1] <= hicb) && (locb <= s[2] && s[2] <= hicb) && (locb <= s[3] && s[3] <= hicb) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |